C1.LiveLinq.Indexing.Search Namespace > IIndexScanner<T> Interface : FindBetween Method |
'Declaration
Function FindBetween( _ ByVal min As System.Object, _ ByVal minInclusive As System.Boolean, _ ByVal max As System.Object, _ ByVal maxInclusive As System.Boolean, _ ByVal order As Order _ ) As IndexQuery(Of T)
IndexQuery<T> FindBetween( System.object min, System.bool minInclusive, System.object max, System.bool maxInclusive, Order order )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2